|
The following outline is provided as an overview of and topical guide to MySQL: MySQL ("My Structured Query Language") – world's second most widely used relational database management system (RDBMS)〔(【引用サイトリンク】title=DB-Engines Ranking )〕 and most widely used open-source RDBMS. It is named after co-founder Michael Widenius's daughter, My. == What type of thing is MySQL? == MySQL can be described as all the following: * Software – any set of machine-readable instructions that directs a computer's processor to perform specific operations. * * Applications software – set of computer programs designed to permit the user to perform a group of coordinated functions, tasks, or activities. Application software cannot run on itself but is dependent on system software (an operating system) to execute. * * * Database management system (DBMS) – computer software application that interact with the user, other applications, and the database itself to capture and analyze data. * * * * Relational database management system (RDBMS) – database management system (DBMS) based on the relational model, in which all data is represented in terms of tuples (ordered set of attribute values), grouped into relations. Most relational databases use the SQL data definition and query language. * * Open-source software – computer software with its source code made available with a license in which the copyright holder provides the rights to study, change, and distribute the software to anyone and for any purpose. * * Solution stack component – one of the pieces of a solution stack, which is a set of software subsystems or components needed to create a complete platform such that no additional software is needed to support applications. Applications are said to "run on" or "run on top of" the resulting platform. Some definitions of a platform overlap with what is known as system software. * * * AMP-stack component – MySQL is the "M" component of Apache-MySQL-Perl/PHP/Python solution stacks (which, by the way, are available across all computer platforms). AMP software bundles are used to run dynamic Web sites or servers. * * * * Component of LAMP – Linux version of AMP * * * * Component of WAMP – Windows version of AMP 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Outline of MySQL」の詳細全文を読む スポンサード リンク
|